Given a Linq for XML
XContainer
holding node and link data, replace this model's
NodesSource and
LinksSource collections with collections of new node data and new link data.
Overload List
Overload | Description |
Load<NodeDataType,LinkDataType>(XContainer,XName,XName) | Given a Linq for XML XContainer holding node and link data, replace this model's NodesSource and LinksSource collections with collections of new node data and new link data. |
Load<NodeDataType,LinkDataType>(XContainer,Func<XElement,NodeDataType>,Func<XElement,LinkDataType>) | Given a Linq for XML XContainer holding node and link data, replace this model's NodesSource and LinksSource collections with collections of new node data and new link data. |
See Also